.addDate{
	font-size:14px;
}
/* bannert图 */
.bannerContent {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #005BAC;
  display: flex;
  flex-wrap: wrap;
  height: 286px;
}
.bannerContent .bannerTop {
  display: none;
}
.bannerContent .bannerText {
  width: 50%;
  padding: 0px 30px;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  align-content: center;
  height: 286px;
}
.bannerContent .bannerText .bannerTextMore {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.bannerContent .bannerText .bannerTextMore a {
  color: #fff;
  padding: 5px 15px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
}
.bannerContent .bannerText .bannerTextContent {
  margin-top: 10px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bannerContent .bannerText h1 {
  font-weight: 600;
  font-size: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
}
.bannerContent .bannerImage {
  width: 50%;
  height: auto;
}
.bannerContent .bannerImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-container .swiper-pagination {
  display: none;
  padding: 0px 30px;
  text-align: left;
  bottom: 30px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 5px;
  border-radius: 0px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.contentService {
  width: 100%;
  margin-top: 56px;
  color: #000;
}
.contentService .contentServiceTitle {
  font-size: 30px;
  text-align: center;
}
.contentService .contentServiceIntroduction {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  color: #555;
}
.contentService .contentServiceModular {
  max-width: 1170px;
  width: 100%;
  margin: 15px auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contentService .contentServiceModular a:hover {
  opacity: 0.8;
}
.contentService .contentServiceModular .ServiceModuleDetails {
  width: 576px;
  height: 212px;
  margin-top: 18px;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  padding: 30px 30px;
  box-sizing: border-box;
}
.contentService .contentServiceModular .ServiceModuleDetails h1 {
  width: 100%;
  font-weight: 600;
  margin-bottom: 10px;
}
.contentService .contentServiceModular .ServiceModuleDetails h1 a {
  color: #fff;
}
.contentService .contentServiceModular .ServiceModuleDetails p {
  width: 100%;
  height: 26px;
  display: flex;
  align-items: center;
}
.contentService .contentServiceModular .ServiceModuleDetails p span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #fff;
  margin-right: 10px;
}
.contentService .contentServiceModular .ServiceModuleDetails p a {
  color: #fff;
}
.contentService .contentServiceModular .ServiceModuleDetails:first-child {
  background-image: url(../../images/ruanjian.png);
}
.contentService .contentServiceModular .ServiceModuleDetails:nth-child(2) {
  background-image: url(../../images/yingshi.png);
}
.contentService .contentServiceModular .ServiceModuleDetails:nth-child(3) {
  background-image: url(../../images/xianchuang.png);
}
.contentService .contentServiceModular .ServiceModuleDetails:last-child {
  background-image: url(../../images/daili.png);
}
#indexNewsSwiper {
  margin-top: 33px;
  max-width: 1170px;
  width: 100%;
  height: auto;
  background: #f6f6f6;
}
#indexNewsSwiper .swiperPrev {
  background: rgba(0, 0, 0, 0.5);
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
#indexNewsSwiper .swiper-button-prev {
  left: 0px;
}
#indexNewsSwiper .swiper-button-next {
  right: 0px;
}
#indexNewsSwiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  padding: 25px 40px;    box-sizing: border-box;

}
#indexNewsSwiper .swiper-slide .newsThumb {
  width: 50%;
  height: auto;
}
#indexNewsSwiper .swiper-slide .newsThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#indexNewsSwiper .swiper-slide .newsContent {
  width: 100%;
  min-height: 236px;
  padding: 30px;
}
#indexNewsSwiper .swiper-slide .newsContent h1 {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#indexNewsSwiper .swiper-slide .newsContent h1 > a {
  color: #000;
}
#indexNewsSwiper .swiper-slide .newsContent h1 > a:hover {
  color: #777;
}
#indexNewsSwiper .swiper-slide .newsContent .newsChildrenContent {
  width: 100%;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 30px;
  height: 90px;
}
#indexNewsSwiper .swiper-slide .newsContent > a {
  display: inline-block;
  margin-top: 15px;
  padding: 5px 15px;
  background: #00AAFF;
  color: #fff;
}
#indexNewsSwiper .swiper-slide .newsContent > a:hover {
  opacity: 0.8;
}
.homeSolution {
  width: 100%;
  background-image: url(../../images/syjjfa.png);
  background-size: cover;
  background-position: center;
  margin-top: 87px;
  padding: 30px;
  padding-bottom: 0px;
  overflow: hidden;  box-sizing: border-box;
}
.homeSolution .solutionTitle {
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin: 10px 0px;
  margin-top: 20px;
}
.homeSolution .solutionIntroduction {
  text-align: center;
  color: #F5F5F5;
  font-size: 18px;
  margin: 10px 0px;
}
.homeSolution .solutionBox {
  width: 100%;
  max-width: 1170px;
  margin: 0px auto;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.homeSolution .solutionBox .solutionBoxNav {
  width: 30%;
  height: 556px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  overflow-x: hidden;
}
.homeSolution .solutionBox .solutionBoxNav > p {
  height: 40px;
  width: 100%;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  text-align: left;
  padding: 0px 30px;
  font-size: 18px;
  overflow: hidden;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 30px;
}
.homeSolution .solutionBox .solutionBoxNav .activeContent {
  border-left: 4px solid #00AAFF;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
.homeSolution .solutionBox .solutionBoxNavContent {
  width: 70%;
  height: 556px;
}
.homeSolution .solutionBox .solutionBoxNavContent > div {
  width: 100%;
  height: 100%;
  align-content: space-between;
  flex-direction: column;
  justify-content: space-between;
  display: none;
}
.homeSolution .solutionBox .solutionBoxNavContent > div > div {
  width: 100%;
}
.homeSolution .solutionBox .solutionBoxNavContent > div .soluAnliCon {
  height: 100%;
  border-bottom: 1px solid #ddd;
}
.homeSolution .solutionBox .solutionBoxNavContent > div .soluAnliCon h1 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  font-weight: 600;
}
.homeSolution .solutionBox .solutionBoxNavContent > div .soluAnliCon h1 a {
  color: #fff;
}
.homeSolution .solutionBox .solutionBoxNavContent > div .soluAnliCon h1 a:hover {
  opacity: 0.8;
}
.homeSolution .solutionBox .solutionBoxNavContent > div .soluAnliCon .soluCon {
  font-size: 16px;
  line-height: 30px;
  margin: 15px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 120px;
  margin-top: 13px;
}
.homeSolution .solutionBox .solutionBoxNavContent > div .soluAnliCon > a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 5px 15px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.homeSolution .solutionBox .solutionBoxNavContent > div .soluAnliCon > a:hover {
  opacity: 0.8;
}
.homeSolution .solutionBox .solutionBoxNavContent > div .soluAnli {
  height: 70%;
}
.homeSolution .solutionBox .solutionBoxNavContent > div .soluAnli h1 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0px;
}
.homeSolution .solutionBox .solutionBoxNavContent > div .soluAnli h1 > span {
  font-size: 16px;
  font-weight: 100;
}
.homeSolution .solutionBox .solutionBoxNavContent > div .soluAnli h1 > span a {
  color: #888;
}
.homeSolution .solutionBox .solutionBoxNavContent > div .soluAnli h1 > span a:hover {
  color: #fff;
}
.homeSolution .solutionBox .solutionBoxNavContent > div .soluAnli > div {
  height: auto;
  width: 100%;
}
.homeSolution .solutionBox .solutionBoxNavContent > div .soluAnli > div img {
  height: 74px;
  width: auto;
  margin-right: 46px;
  max-width: 200px;
  object-fit: contain;
}
.homeSolution .solutionBox .solutionBoxNavContent .solactiveContent {
  padding: 30px;
  color: #fff;
  padding-right: 0px;
  display: flex;
}
.allDynamic {
  max-width: 1170px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 59px auto;
}
.allDynamic .Dynamicnow {
  width: 576px;
  height: 100%;
  margin-top: 15px;
}
.allDynamic .Dynamicnow .DynamicTitle {
  width: 100%;
  height: 60px;
  text-align: center;
  color: #fff;
  background: #225CAE;
  font-weight: 600;
  font-size: 25px;
  line-height: 60px;
}
.allDynamic .Dynamicnow .DynamicTitle a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.allDynamic .Dynamicnow .DynamicTitle a:hover {
  opacity: 0.8;
}
.allDynamic .Dynamicnow .DynamicContent {
  width: 100%;
  border: 1px solid #ddd;
  border-top: 0px;
  padding: 10px; box-sizing: border-box;
}
.allDynamic .Dynamicnow .DynamicContent .DynamicFirst {
  padding: 20px 0px;
  border-bottom: 1px solid #ddd;
  height: 176px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.allDynamic .Dynamicnow .DynamicContent .DynamicFirst .coverNews {
  width: 30%;
  height: 100%;
}
.allDynamic .Dynamicnow .DynamicContent .DynamicFirst .coverNews a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.allDynamic .Dynamicnow .DynamicContent .DynamicFirst .coverNews a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.allDynamic .Dynamicnow .DynamicContent .DynamicFirst .DynamicFirstContent {
  width: 65%;
  height: 100%;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.allDynamic .Dynamicnow .DynamicContent .DynamicFirst .DynamicFirstContent h1 {
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.allDynamic .Dynamicnow .DynamicContent .DynamicFirst .DynamicFirstContent .firstContent {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  font-size: 15px;
  color: #999;
  margin: 15px 0px;
  width: 100%;
}
.allDynamic .Dynamicnow .DynamicContent .DynamicFirst .DynamicFirstContent .DynamicFirstTime {
  width: 100%;
  text-align: right;
}
.allDynamic .Dynamicnow .DynamicContent .DynamicOther {
  height: 200px;
}
.allDynamic .Dynamicnow .DynamicContent .DynamicOther p {
  height: 40px;
  display: flex;
  align-content: center;
  line-height: 40px;
  justify-content: space-between;
}
.allDynamic .Dynamicnow .DynamicContent .DynamicOther p a {
  color: #000;
  display: inline-block;
  width: calc(100% - 117px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0px 10px;
}
.allDynamic .Dynamicnow .DynamicContent .DynamicOther p a:hover {
  color: #666;
}
.duohangBack {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-image: url(../../images/bj2.png);
  background-size: cover;
  background-position: center;
}
.shouyeCase {
  width: 100%;
  max-width: 1170px;
  margin: 15px auto;
  height: auto;
  overflow: hidden;
  padding-bottom: 47px;
}
.shouyeCase .shouyeCaseImage {
  width: 20%;
  height: auto;
  float: left;
  margin-top: 38px;
  text-align: center;
}
.shouyeCase .shouyeCaseImage img {
  width: 90%;
  height: auto;
  object-fit: contain;
}
.shouyeCase .shouyeCaseImage img:hover {
  box-shadow: 0px 10px 34px 0px rgba(0, 0, 0, 0.1);
}
.shouyeCaseMore {
  text-align: center;
  height: 40px;
  margin-top: -10px;
}
.shouyeCaseMore a {
  color: #225CAE;
  padding: 5px 21px;
  border: 1px solid #225CAE;
}
.shouyeCaseMore a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1197px) {
  .contentService .contentServiceModular {
    width: 100%;
    justify-content: space-around;
  }
  .contentService .contentServiceModular .ServiceModuleDetails {
    width: 48%;
  }
  #indexNewsSwiper {
    width: 100%;
  }
  .allDynamic {
    justify-content: space-around;
  }
  .allDynamic .Dynamicnow {
    width: 48%;
  }
}
@media only screen and (max-width: 1024px) {
  .swiper-container .swiper-pagination {
    display: block;
    padding: 0px 30px;
    text-align: center;
  }
  .shouyeCase .shouyeCaseImage {
    width: 25%;
    height: 50px;
  }
  .bannerContent {
    height: auto;
  }
  .bannerContent .bannerText {
    width: 100%;
    height: 164px;
    padding: 30px;
  }
  .swiper-container .swiper-pagination {
    bottom: 10px;
  }
  .bannerContent .bannerImage {
    width: 100%;
    padding-bottom: 40%;
    position: relative;
  }
  .bannerContent .bannerImage img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bannerContent .bannerTop {
    display: block;
  }
  .bannerBottom {
    display: none;
  }
  .bannerContent .bannerText h1 {
    font-size: 20px;
  }
  .contentService .contentServiceModular {
    width: 100%;
    justify-content: center;
  }
  .contentService .contentServiceModular .ServiceModuleDetails {
    width: 90%;
  }
  .allDynamic {
    justify-content: center;
  }
  .allDynamic .Dynamicnow {
    width: 90%;
  }
  .homeSolution .solutionBox .solutionBoxNav {
    width: 100%;
    height: 50px;
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .homeSolution .solutionBox .solutionBoxNav > p {
    margin: 0px;
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    overflow: visible;
  }
  .homeSolution .solutionBox .solutionBoxNav .activeContent {
    border: none;
    border-bottom: 2px solid #00AAFF;
    background: rgba(0, 0, 0, 0.4);
  }
  .homeSolution .solutionBox .solutionBoxNavContent {
    width: 100%;
  }
  .homeSolution .solutionBox .solutionBoxNavContent .solactiveContent {
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .shouyeCase .shouyeCaseImage {
    width: 33.33%;
  }
  .allDynamic {
    margin: 25px auto;
  }
  .homeSolution .solutionBox .solutionBoxNavContent > div .soluAnli > div img {
    margin-right: 38px;
    max-width: 150px;
  }
}
@media only screen and (max-width: 500px) {
  #indexNewsSwiper .swiper-slide .newsThumb {
    display: none;
  }
  .bannerContent .bannerText .bannerTextContent {
    font-size: 14px;
  }
  .contentService .contentServiceIntroduction {
    font-size: 16px;
  }
  .homeSolution .solutionIntroduction {
    font-size: 16px;
  }
  .homeSolution .solutionBox .solutionBoxNavContent > div .soluAnliCon > a {
    font-size: 15px;
  }
  .homeSolution .solutionBox .solutionBoxNavContent > div .soluAnli > div img {
    height: 62px;
    margin-right: 38px;
    max-width: 117px;
  }
  .contentService .contentServiceTitle {
    font-size: 25px;
  }
  .homeSolution .solutionTitle {
    font-size: 25px;
  }
  .contentService {
    margin-top: 38px;
  }
  .homeSolution {
    margin-top: 0px;
  }
  #indexNewsSwiper .swiper-slide {
    padding: 11px 40px; box-shadow: border-box;
  }
  .homeSolution .solutionBox .solutionBoxNavContent {
    height: 458px;
  }
  .navBox .navBoxList {
    margin-top: -1px;
  }
  .shouyeCase .shouyeCaseImage {
    width: 50%;
  }
}
